projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15aedf3
)
Clean-up unused variable into load_comp_unit
author
Andrea Corallo
<akrl@sdf.org>
Thu, 6 Feb 2020 21:57:58 +0000
(22:57 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 6 Feb 2020 21:57:58 +0000
(22:57 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 03b320bf5f4fe2bb644f32fb0fff481cf07a4d4d..4b1ddeda0f4f1df9e039cd31e5e839c048a3da16 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-3291,7
+3291,6
@@
void
load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump)
{
dynlib_handle_ptr handle = comp_u->handle;
- Lisp_Object lisp_handle = make_mint_ptr (handle);
Lisp_Object comp_u_lisp_obj;
XSETNATIVE_COMP_UNIT (comp_u_lisp_obj, comp_u);